/*-----  Global  ----*/
* {
	margin: 0px;
	padding: 0px;
	border-width: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

a,
a:visited {
	text-decoration: none;
	color: #555;
}

a:hover,
a:active {
	text-decoration: none;
	color: #555;
}

ul li {
	list-style: none;
}

.clear {
	clear: both;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

*html .clearfix {
	zoom: 1;
}

::-webkit-input-placeholder {
	color: #666;
}

:-moz-placeholder {
	color: #666;
}

::-moz-placeholder {
	color: #666;
}

:-ms-input-placeholder {
	color: #666;
}

.container {
	width: 1500px;
	margin: 0 auto;
}

.positionimg img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.positionimg img.img_way {
	object-fit: contain;
}

.scale_img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.pb_btn {
	display: block;
	position: relative;
	z-index: 1;
}

.pb_btn:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
}

.pb_btn:hover:before {
	width: 100%;
}

.font_inline {
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.de3,
.de3:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.de5,
.de5:before {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.de7,
.de7:before {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.tlx {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tly {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tl {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*head*/
.head {
	background: #0a65a0;
	height: auto;
	line-height: 38px;
	color: #FFF;
	font-size: 15px;
}

.head p {
	float: left;
}

.head .h_right {
	float: right;
}

.head .h_right a {
	color: #FFF;
}

.head .h_right .h_span {
	height: 34px;
	line-height: 34px;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	margin-left: 36px;
	position: relative;
}

.head .h_right .h_span.h_icon {
	background: url(../images/h_icon.png) no-repeat left center;
	padding-left: 28px;
	margin-left: 0;
}

.head .h_right .h_span:before {
	content: '';
	width: 1px;
	height: 15px;
	background: #fff6e9;
	position: absolute;
	left: -18px;
	top: 50%;
	margin-top: -7px;
}

.head .h_right .h_span:after {
	content: '';
	width: 1px;
	height: 15px;
	background: #ffd28d;
	position: absolute;
	right: -18px;
	top: 50%;
	margin-top: -7px;
}

.head .h_right .h_span:first-child:before {
	content: none;
}

.head .h_right .h_span:last-child:after {
	content: none;
}

/*top*/
.topbg {
	height: 100px;
}

.top {
	width: 100%;
	z-index: 999;
	background: #FFF;
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.top .logo {
	width: 271px;
	height: 100px;
	float: left;
	display: block;
	outline: none;
	position: relative;
}

.top .logo img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.top .t_right {
	float: right;
	position: relative;
}

/*nav*/
.pcnav {
	float: left;
}

.pcnav .f_nav {
	width: 100%;
}

.pcnav .f_nav .f_li {
	float: left;
	position: relative;
}

.pcnav .f_nav .f_li .f_n {
	position: relative;
	overflow: hidden;
}

.pcnav .f_nav .f_li .f_n:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 3px;
	opacity: 0;
	background: #0079ce;
}

.pcnav .f_nav .f_li .f_n a {
	display: inline-block;
	height: 100px;
	line-height: 100px;
	width: 100%;
	color: #333;
	font-size: 18px;
	text-align: center;
	padding: 0 35px;
	position: relative;
}

.pcnav .f_nav .f_li .f_n a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	color: #0079ce;
	font-weight: bold;
}

.pcnav .s_nav {
	position: absolute;
	left: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120%;
	background: #FFF;
	display: none;
	z-index: 10;
}

.pcnav .s_nav a {
	display: block;
	height: auto;
	line-height: 46px;
	color: #222;
	border-bottom: 1px solid #CCC;
	white-space: nowrap;
	font-size: 14px;
	box-sizing: border-box;
	text-align: center;
}

.pcnav .s_nav a:hover {
	background: #DDD;
}

.pcnav .f_nav .f_li:hover .f_n:before,
.pcnav .f_nav .f_li.on .f_n:before {
	width: 100%;
	opacity: 1;
}

.pcnav .f_nav .f_li:hover .f_n a,
.pcnav .f_nav .f_li.on .f_n a {
	font-size: 18px;
	font-weight: 600;
}

.pcnav .f_nav .f_li:hover .s_nav {
	height: auto;
	opacity: 1;
	background: #F2F2F2;
}

.top .t_right .t_r {
	float: right;
	position: relative;
	margin-top: 30px;
}

.top .t_right .t_r .a_span {
	width: 38px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	cursor: pointer;
	background-color: #0a65a0;
	margin-left: 7px;
	border-radius: 50%;
}

.top .t_right .t_r .a_span:first-child {
	margin-left: 0;
}

.top .t_right .t_r .a_span.icon1 {
	background-image: url(../images/top_icon1.png);
}

.top .t_right .t_r .a_span.icon2 {
	background-image: url(../images/top_icon2.png);
}

.top .t_right .t_r .a_phone {
	position: absolute;
	right: 30px;
	top: 50px;
	background: #0a65a0;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	padding: 0 18px;
	opacity: 0;
	border-radius: 5px;
	z-index: -1;
	white-space: nowrap;
}

.top .t_right .t_r .ts_c {
	background: #FFF;
	padding: 6px 10px;
	position: absolute;
	width: 320px;
	right: 40px;
	top: 50px;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, .2);
	border: 1px solid #dedede;
	border-radius: 2px;
	display: none;
	-webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.top .t_right .t_r .ts_c .ts_f {}

.top .t_right .t_r .ts_c input {
	width: calc(100% - 42px);
	float: left;
	background: #F8F8F8;
	height: 42px;
	line-height: 42px;
	outline: none;
	padding: 0 6px;
}

.top .t_right .t_r .ts_c input::-webkit-input-placeholder {
	color: #666;
}

.top .t_right .t_r .ts_c input:-moz-placeholder {
	color: #666;
}

.top .t_right .t_r .ts_c input::-moz-placeholder {
	color: #666;
}

.top .t_right .t_r .ts_c input:-ms-input-placeholder {
	color: #666;
}

.top .t_right .t_r .ts_c .ts_btn {
	width: 42px;
	height: 42px;
	background: url(../images/top_icon1.png) no-repeat center center #0a65a0;
	float: right;
	cursor: pointer;
}

.top .t_right .t_r .ts_c .ts_p {
	margin-top: 8px;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.top .t_right .t_r .ts_c .ts_p .ts_span {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	margin-right: 6px;
}

.top .t_right .t_r .a_span.icon2:hover+.a_phone {
	right: 0;
	opacity: 1;
	z-index: 1;
}

@-webkit-keyframes avia_pop {
	0% {
		-webkit-transform: scale(0.8)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@keyframes avia_pop {
	0% {
		transform: scale(0.8)
	}

	100% {
		transform: scale(1)
	}
}

.topfix {
	position: fixed;
	left: 0;
	top: 0;
}

/*mobilehead*/
#mobileheadbg {
	height: 70px;
	display: none;
}

#mobilehead {
	height: 70px;
	width: 100%;
}

#mobilehead .logo {
	width: calc(100% - 120px);
	height: 70px;
	display: block;
	float: left;
	background: url(../images/logo.jpg) no-repeat 10px center;
	background-size: auto 46px;
}

.top .nav {
	float: right;
	display: none;
}

.top .nav_bg {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 989;
	width: 100%;
	height: calc(100% - 70px);
	background: rgba(0, 0, 0, 0.6);
	animation: fade-in .43s ease 0s;
	-webkit-animation: fade-in .43s ease 0s;
}

.top .nav .nav_box {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 991;
	width: 100%;
	overflow: auto;
	border-top: 1px solid #eee;
	background: #fff;
	box-sizing: border-box;
}

.top .nav .nav_one>li {
	border-bottom: 1px solid #eee;
	padding: 0 10px;
}

.top .nav .nav_one>li>span {
	height: 42px;
	line-height: 42px;
	font-size: 15px;
}

.top .nav .nav_one>li>span>a {
	display: block;
	position: relative;
	width: calc(100% - 150px);
	height: 42px;
	box-sizing: border-box;
	font-size: 15px;
	color: #666;
	line-height: 42px;
	float: left;
}

.top .nav .nav_one>li>span>i {
	float: right;
	display: block;
	width: 150px;
	height: 42px;
}

.top .nav .nav_one>li>span>i>em {
	float: right;
	width: 42px;
	height: 42px;
	background: url(../images/+.png) no-repeat center center;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	display: block;
}

.top .nav .nav_one>li>span>i>em.on {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top .nav .nav_one>li .mob_tit {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

.top .nav .nav_one>li>ul {
	display: none;
	padding: 5px 0 10px;
}

.top .nav .nav_one>li>ul>li {
	height: 36px;
	line-height: 36px;
	text-indent: 20px;
}

.top .nav .nav_one>li>ul>li.li1 {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 15px;
}

.top .nav .nav_one>li>ul>li.li2 {
	margin-top: 0;
}

.top .nav .nav_one>li>ul>li>a {
	font-size: 15px;
	color: #666;
	width: 100%;
	height: 100%;
	display: block;
}

.top .nav .nav_one>li>ul>li.li1>a {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
}

.top .nav .push-nav {
	display: block;
	position: relative;
	z-index: 998;
	width: 54px;
	height: 50px;
	font-size: 0;
	margin-top: 10px;
	border-radius: 5px;
}

.top .nav .push-nav .nav-toggle {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.top .nav .push-nav.on .nav-toggle {
	margin-left: -4px;
}

.top .nav .push-nav .nav-toggle span {
	display: block;
	position: relative;
	z-index: 1;
	width: 37px;
	height: 2px;
	margin: 0 0 10px auto;
	background: #E60C00;
	border-radius: 3px;
	-webkit-transform-origin: 35px;
	transform-origin: 35px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.top .nav .push-nav .nav-toggle span:last-child {
	margin-bottom: 0;
}

.top .nav .push-nav.on .nav-toggle span {
	opacity: 1;
}

.top .nav .push-nav.on .nav-toggle span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top .nav .push-nav.on .nav-toggle span:nth-child(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.top .nav .push-nav.on .nav-toggle span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.top .nav .nav_contact {
	position: relative;
	border-top: 1px solid #eee;
	color: #666;
}

.top .nav .nav_contact .nav_txt {
	width: 100%;
}

.top .nav .nav_contact .nav_txt span {
	height: 42px;
	line-height: 42px;
	display: block;
	float: left;
	position: relative;
	text-indent: 15px;
	margin-left: 10px;
	font-size: 15px;
}

.top .nav .nav_contact .nav_txt span a {
	color: #666;
}

.top .nav .nav_contact .nav_txt span.sitemapicon {
	background: url(../images/mobilesitemap.png) no-repeat left center;
	background-size: auto 15px;
}

.top .nav .nav_contact .nav_txt span.topphoneicon {
	background: url(../images/mobilephone.png) no-repeat left center;
	background-size: auto 15px;
}

.top .nav .nav_contact .nav_txt span.topemailicon {
	background: url(../images/mobileemail.png) no-repeat left center;
	background-size: auto 15px;
	text-indent: 25px;
}

/*flash*/
.index_banner {
	width: 100%;
	height: 0;
	padding-bottom: 790px;
	position: relative;
	overflow: hidden;
	z-index: 9;
}

.index_banner .swiper-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.index_banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_banner.swiper-container-horizontal .swiper-pagination {
	bottom: 43px;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.index_banner .swiper-pagination-bullet {
	opacity: 1;
	width: 26px;
	height: 26px;
	margin: 0 2px !important;
	position: relative;
	background-image: url(../images/flash_icon.png);
	background-size: auto;
	background-color: transparent;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-image: url(../images/flash_hover.png);
}

/*pb_title*/
.pb_title {
	text-align: center;
	position: relative;
	padding-top: 55px;
}

.pb_title i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 60px;
	height: 1em;
	line-height: 1em;
	color: rgba(3, 0, 0, .1);
	font-family: Impact;
	font-style: normal;
	text-transform: uppercase;
}

.pb_title .h_t {
	font-size: 48px;
	color: #030000;
	height: 58px;
	line-height: 58px;
	position: relative;
	font-weight: bold;
	display: inline-block;
}

/*hot*/
.pro_wrap {
	padding: 100px 0;
	background: url(../images/productbg.jpg) no-repeat center top;
	background-size: cover;
}

.hot {
	margin-top: 11px;
	overflow: hidden;
	padding: 0 6.8%;
	background: url(../images/pro_libg.png) no-repeat center top, url(pro_font.png) no-repeat center top;
	background-size: 43.125% auto, 70.46875% auto;
	position: relative;
}

.hot .swiper-slide {
	margin-top: 5%;
	text-align: center;
}

.hot .swiper-slide .hot_pic {}

.hot .swiper-slide .hot_img {
	width: 100%;
	padding-bottom: 90%;
	position: relative;
}

.hot .swiper-slide p {
	font-size: 24px;
	height: auto;
	line-height: 34px;
	font-weight: bold;
	color: #000;
}

.hot .swiper-slide .p1 {
	font-size: 16px;
	line-height: 29px;
	color: #6b6b6b;
	margin-top: 6px;
	display: none;
}

.hot .swiper-slide span {
	margin: 0 auto;
	display: block;
	width: 150px;
	height: auto;
	line-height: 50px;
	margin-top: 20px;
	background: #0a65a0;
	font-size: 16px;
	color: #e8f6ff;
}

.hot .swiper-slide.swiper-slide-active {
	margin-top: 0;
}

.hot .swiper-slide.swiper-slide-active a {
	display: block;
	position: relative;
	width: 209.091%;
	left: -54.5455%;
	top: 0;
	max-width: none;
	padding: 38px 12.6263% 0 !important;
}

.hot .swiper-slide.swiper-slide-active .hot_pic {
	padding: 0 12.2253%;
}

.hot .swiper-slide.swiper-slide-active p {
	font-size: 32px;
	height: auto;
	line-height: 40px;
}

.hot .swiper-slide.swiper-slide-active .p1 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hot .swiper-button-prev,
.hot .swiper-button-next {
	width: 52px;
	height: 52px;
	background-image: url(../images/pro_jiantou.png);
	background-size: auto auto;
	background-color: #b4b4b4;
	border-radius: 50%;
	top: 50%;
	margin-top: 0;
}

.hot .swiper-button-prev {
	left: 28.6375%;
}

.hot .swiper-button-next {
	right: 28.6375%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

/*product*/
.product {
	margin-top: 80px;
	position: relative;
}

.product .p_ul {
	width: 100%;
	overflow: hidden;
}

.product .p_ul .p_img {
	width: 100%;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
	border: 1px solid #F4F4F4;
	background: #fff;
}

.product .p_ul p {
	font-size: 18px;
	line-height: 67px;
	height: 67px;
	color: #393939;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #DFE2E5;
	font-weight: bold;
	text-align: center;
}

.product .swiper-button-prev,
.product .swiper-button-next {
	width: 48px;
	height: 48px;
	outline: none;
	margin-top: -24px;
	background-size: 100% 100%;
	opacity: 1;
	background-image: url(../images/pp_r.png);
}

.product .swiper-button-prev {
	left: -66px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.product .swiper-button-next {
	right: -66px;
}

.product .p_ul .swiper-slide:hover p {
	color: #0a65a0;
}

.product .swiper-button-prev.swiper-button-disabled,
.product .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

/*zizhi*/
.zizhi {
	padding: 100px 0;
}

.zizhi .z_item {
	position: relative;
	margin-top: 29px;
}

.zizhi .z_ul {
	width: 100%;
	overflow: hidden;
}

.zizhi .z_ul .z_img {
	width: 100%;
	padding-bottom: 133.33%;
	position: relative;
	overflow: hidden;
	border: 1px solid #DCDCDC;
}

.zizhi .swiper-button-prev,
.zizhi .swiper-button-next {
	width: 43px;
	height: 43px;
	background-image: url(../images/pro_jiantou.png);
	background-size: auto auto;
	background-color: #ccc;
	border-radius: 50%;
	top: 50%;
	margin-top: -22px;
}

.zizhi .swiper-button-prev {
	left: -54px;
}

.zizhi .swiper-button-next {
	right: -54px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.zizhi .swiper-button-prev.swiper-button-disabled,
.zizhi .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

.zizhi .z_btn {
	margin-top: 52px;
	text-align: center;
}

.zizhi .z_btn a {
	display: inline-block;
	width: 186px;
	height: 51px;
	line-height: 51px;
	background: #676767;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-left: 39px;
}

.zizhi .z_btn a:first-child {
	margin-left: 0;
	background: #0a65a0;
}

/*youshi*/
.youshi {
	padding: 60px 0 70px;
	background: #f9f9f9;
}

.youshi .ys_span {
	margin-top: 45px;
	text-align: center;
}

.youshi .ys_span .swiper-pagination {
	position: relative;
}

.youshi .ys_span .swiper-pagination-bullet {
	width: auto;
	height: auto;
	opacity: 1;
	background: transparent;
	margin-left: 107px;
	outline: none;
}

.youshi .ys_span .swiper-pagination-bullet:first-child {
	margin-left: 0;
}

.youshi .ys_span i {
	display: inline-block;
	width: 88px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.youshi .ys_span i.icon1 {
	background-image: url(../images/ys_icon1.png);
}

.youshi .ys_span i.icon2 {
	background-image: url(../images/ys_icon2.png);
}

.youshi .ys_span i.icon3 {
	background-image: url(../images/ys_icon3.png);
}

.youshi .ys_span i.icon4 {
	background-image: url(../images/ys_icon4.png);
}

.youshi .ys_span i.icon5 {
	background-image: url(../images/ys_icon5.png);
}

.youshi .ys_span p {
	font-size: 18px;
	height: auto;
	line-height: 28px;
	font-weight: 600;
	color: #666;
	margin-top: 10px;
}

.youshi .ys_span em {
	display: inline-block;
	border-top: 8px solid #0a65a0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-top: 10px;
	opacity: 0;
}

.youshi .ys_span .swiper-pagination-bullet.swiper-pagination-bullet-active em {
	opacity: 1;
}

.youshi .ys_ul {
	width: 100%;
	overflow: hidden;
	padding: 0 13.5%;
	margin-top: 40px;
	position: relative;
}

.youshi .ys_ul .swiper-slide {
	padding-bottom: 10px;
}

.youshi .ys_ul .ys_li {
	position: relative;
}

.youshi .ys_ul .ys_li:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .59);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.youshi .ys_ul .ys_left {
	width: 50%;
	float: left;
}

.youshi .ys_ul .ys_img {
	width: 100%;
	padding-bottom: 75%;
	position: relative;
	z-index: 1;
}

.youshi .ys_ul .ys_right {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #FFF;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .08);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .08);
	-o-box-shadow: 2px 2px 5px rgba(0, 0, 0, .08);
}

.youshi .ys_ul .ys_right .ys_txt {
	padding: 0 15% 0 11%;
	position: absolute;
	top: 50%;
}

.youshi .ys_ul .ys_right .ys_txt .ys_title {}

.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_num {
	display: inline-block;
	font-size: 67px;
	height: 67px;
	line-height: 67px;
	color: #0a65a0;
	font-family: Arial;
	font-weight: bold;
}

.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_p {
	display: inline-block;
	font-size: 30px;
	height: 54px;
	line-height: 54px;
	color: #333333;
	font-weight: bold;
	vertical-align: bottom;
}

.youshi .ys_ul .ys_right .ys_txt p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.youshi .ys_ul .ys_right .ys_txt span {
	font-size: 26px;
	height: 1em;
	line-height: 1em;
	font-weight: bold;
	color: #989898;
	font-family: Arial;
	font-weight: bold;
	margin-top: 14px;
	text-transform: uppercase;
}

.youshi .ys_ul .ys_right .ys_txt i {
	display: block;
	width: 43px;
	height: 2px;
	margin: 29px 0 16px;
	background: #0a65a0;
}

.youshi .ys_ul .ys_right .ys_txt a {
	display: block;
	width: 150px;
	height: 52px;
	line-height: 50px;
	margin-top: 62px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	color: #999;
	text-align: center;
	font-style: normal;
}

.youshi .ys_ul .swiper-slide.swiper-slide-active .ys_li:before {
	content: none;
}

.youshi .ys_ul .swiper-slide.swiper-slide-active .ys_right .ys_img {
	display: none;
}

.youshi .ys_ul .swiper-button-prev,
.youshi .ys_ul .swiper-button-next {
	width: 91px;
	height: 56px;
	background-image: url(../images/ys_jiantou.png);
	background-size: 100% 100%;
	margin-top: -28px;
}

.youshi .ys_ul .swiper-button-prev {
	left: 11.5%;
}

.youshi .ys_ul .swiper-button-next {
	right: 11.5%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

/*yingyong*/
.yingyong {
	padding: 40px 0 52px;
}

.yingyong .yy_span {
	margin-top: 27px;
}

.yingyong .yy_span .swiper-pagination {
	position: relative;
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

.yingyong .yy_span .swiper-pagination-bullet {
	width: 16.66%;
	height: auto;
	opacity: 1;
	background: transparent;
	outline: none;
	padding: 22px 0 18px;
	border-left: 1px solid #DEDEDE;
	border-radius: 0;
}

.yingyong .yy_span i {
	display: inline-block;
	width: 100%;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center top;
}

.yingyong .yy_span i.icon1 {
	background-image: url(../images/yy_icon1.png);
}

.yingyong .yy_span i.icon2 {
	background-image: url(../images/yy_icon2.png);
}

.yingyong .yy_span i.icon3 {
	background-image: url(../images/yy_icon3.png);
}

.yingyong .yy_span i.icon4 {
	background-image: url(../images/yy_icon4.png);
}

.yingyong .yy_span i.icon5 {
	background-image: url(../images/yy_icon5.png);
}

.yingyong .yy_span i.icon6 {
	background-image: url(../images/yy_icon6.png);
}

.yingyong .yy_span em {
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	color: #545454;
	margin-top: 22px;
	display: block;
	font-style: normal;
	text-transform: uppercase;
}

.yingyong .yy_span p {
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	color: #545454;
	margin-top: 3px;
}

.yingyong .yy_span .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../images/ys_spanbg.jpg) repeat-y left top;
	background-size: 100% auto;
}

.yingyong .yy_span .swiper-pagination-bullet.swiper-pagination-bullet-active i {
	background-position: center bottom;
}

.yingyong .yy_span .swiper-pagination-bullet.swiper-pagination-bullet-active em {
	color: #FFF;
}

.yingyong .yy_span .swiper-pagination-bullet.swiper-pagination-bullet-active p {
	color: #FFF;
}

.yingyong .yy_ul {
	width: 100%;
	overflow: hidden;
}

.yingyong .yy_ul .swiper-slide {
	background: #2093D4;
}

.yingyong .yy_ul .yy_left {
	width: 1044px;
	float: left;
}

.yingyong .yy_ul .yy_left .yy_img {
	width: 100%;
	padding-bottom: 617px;
	position: relative;
}

.yingyong .yy_ul .yy_right {
	width: calc(100% - 1044px);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 95px 40px 0 40px;
}

.yingyong .yy_ul .yy_right em {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
	text-transform: uppercase;
}

.yingyong .yy_ul .yy_right p {
	font-size: 16px;
	line-height: 34px;
	color: #fff;
}

.yingyong .yy_ul .yy_right p:nth-of-type(1) {
	font-size: 34px;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	margin: 18px 0 36px;
}

.yingyong .yy_ul .yy_right p:nth-of-type(2) {
	height: 170px;
}

.yingyong .yy_ul .yy_right i {
	width: 40px;
	height: 7px;
	margin: 43px 0 77px;
	display: block;
	background: #ffb716;
}

.yingyong .yy_ul .yy_right .yy_num {}

.yingyong .yy_ul .yy_right .yy_num .yy_dian {
	float: left;
	margin-top: 27px;
}

.yingyong .yy_ul .yy_right .yy_num .yy_dian span {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: rgba(255, 255, 255, .6);
	margin-right: 6px;
	border-radius: 50%;
}

.yingyong .yy_ul .yy_right .yy_num .yy_dian span.on {
	background: #FFF;
}

.yingyong .yy_ul .yy_right .yy_num .yy_n {
	float: right;
	font-size: 42px;
	height: 42px;
	line-height: 42px;
	color: rgba(255, 255, 255, .6);
	font-family: Impact;
}

.yingyong .yy_ul .yy_right .yy_num .yy_n span {
	font-size: 30px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	vertical-align: bottom;
	color: #FFF;
}

/*hezuo*/
.hezuo {
	background: #F9F9F9;
	padding: 52px 0 100px;
}

.hezuo .hz_tit {
	position: relative;
	padding: 8px 0 16px 28px;
}

.hezuo .hz_tit:before {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #d5d4d3;
}

.hezuo .hz_tit:after {
	content: '';
	width: 2px;
	height: 56px;
	position: absolute;
	left: 0;
	top: 0;
	background: #868686;
}

.hezuo .hz_tit span {
	display: block;
	font-size: 57px;
	height: 57px;
	line-height: 57px;
	color: rgba(51, 51, 51, .2);
	text-transform: uppercase;
	font-family: Impact;
}

.hezuo .hz_tit .hz_t {
	font-size: 44px;
	color: #030000;
	height: 54px;
	line-height: 54px;
	position: relative;
	font-weight: bold;
	margin-top: 2px;
}

.hezuo .hz_tit .ht_span {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 110px;
	height: 52px;
}

.hezuo .hz_tit .ht_span .swiper-button-prev,
.hezuo .hz_tit .ht_span .swiper-button-next {
	width: 52px;
	height: 52px;
	background-image: url(../images/hz_jiantou.png);
	background-size: auto auto;
	border: 1px solid #a5a5a5;
	margin-top: -26px;
	outline: none;
}

.hezuo .hz_tit .ht_span .swiper-button-prev {
	left: 0;
}

.hezuo .hz_tit .ht_span .swiper-button-next {
	right: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.hezuo .hz_tit .ht_span .swiper-button-prev.swiper-button-disabled,
.hezuo .hz_tit .ht_span .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

.hezuo .hz_item {
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	margin-top: 29px;
}

.hezuo .hz_ul {
	overflow: hidden;
	width: 100%;
}

.hezuo .hz_ul .swiper-slide {
	padding: 20px;
	background: #FFF;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.hezuo .hz_ul .hz_img {
	width: 100%;
	padding-bottom: 50%;
	position: relative;
}

.hezuo .hz_ul .hz_img img {
	object-fit: contain;
}

/*info*/
.info {
	background: url(../images/infobg.jpg) no-repeat center top;
	background-size: cover;
	padding: 68px 0 110px;
}

.info .in_left {
	width: calc(100% - 574px);
	float: left;
	padding-right: 115px;
	padding-top: 32px;
}

.info .in_left i {}

.in_left_title {
	font-size: 36px;
	font-weight: 600;
}

.info .in_left p {
	font-size: 16px;
	line-height: 36px;
	color: #333;
}

.info .in_left p:nth-of-type(1) {
	font-size: 27px;
	height: 37px;
	line-height: 37px;
	margin: 35px 0 27px;
	color: #0a65a0;
	font-weight: bold;
}

.info .in_left .in_num {
	margin-top: 62px;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.info .in_left .in_num .in_li {
	display: inline-block;
	margin-left: 55px;
}

.info .in_left .in_num .in_li:first-child {
	margin-left: 0;
}

.info .in_left .in_num .in_li .in_n {
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.info .in_left .in_num .in_li .in_n span {
	display: inline-block;
	font-size: 18px;
	height: 26px;
	line-height: 26px;
	vertical-align: bottom;
	color: #333;
}

.info .in_left .in_num .in_li .in_n span:first-child {
	font-size: 48px;
	height: 48px;
	line-height: 48px;
	color: #0a65a0;
	font-family: Impact;
	margin-right: 5px;
}

.info .in_left .in_num .in_li em {
	font-style: normal;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	margin-top: 18px;
	color: #333;
	text-align: left;
	display: block;
}

.info .in_left a {
	display: inline-block;
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	color: #FFF;
	margin-top: 54px;
	width: 213px;
	background: #0a65a0;
	padding-left: 43px;
}

.info .in_left a:after {
	content: '>>';
	display: inline-block;
	vertical-align: top;
	padding-left: 43px;
	width: 22px;
	height: 51px;
	line-height: 51px;
	position: relative;
	top: 0;
}

.info .in_left a:hover {
	padding-left: 43px;
}

.info .in_right {
	width: 574px;
	float: right;
}

.info .in_right .in_li {
	width: calc(50% - 7px);
	float: left;
	margin-left: 14px;
	margin-top: 11px;
	display: block;
}

.info .in_right .in_li:nth-child(odd) {
	margin-left: 0;
}

.info .in_right .in_li .in_img {
	width: 100%;
	padding-bottom: 260px;
	position: relative;
	overflow: hidden;
}

.info .in_right .in_li .in_img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.info .in_right .in_li .in_shade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .11);
}

.info .in_right .in_li .in_txt {
	padding: 57px 10px 0 45px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.info .in_right .in_li .in_txt p {
	font-size: 29px;
	line-height: 39px;
	height: 39px;
	color: #FFF;
	font-weight: bold;
}

.info .in_right .in_li .in_txt span {
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 7px;
	display: block;
	color: #FFF;
}

.info .in_right .in_li:hover .in_img img {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;

	transform: scale(1.05);
}

.info .in_right .in_li:hover .in_shade {
	background: rgba(0, 0, 0, .4);
}

/*news*/
.news {
	padding: 100px 0;
}

.news .n_span {
	margin-top: 30px;
	text-align: center;
}

.news .n_span .span_a {
	width: 162px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	margin-left: 11px;
	color: #333;
	text-align: center;
	cursor: pointer;
	background: #f3f3f3;
	border-radius: 21px;
	font-size: 18px;
}

.news .n_span .span_a:first-child {
	margin-left: 0;
}

.news .n_span .span_a:hover,
.news .n_span .span_a.on {
	background: #0a65a0;
	color: #FFF;
}

.news .n_ul {
	margin-top: 38px;
	overflow: hidden;
	width: 100%;
}

.news .n_ul .n_img {
	width: 100%;
	padding-bottom: 63%;
	position: relative;
	border: 1px solid #F8F8F8;
}

.news .n_ul .n_img img {
	object-fit: contain;
}

.news .n_ul .n_txt {
	padding: 30px 30px;
	background: #F8F8F8;
}

.news .n_ul .n_txt .n_pp {
	padding-bottom: 13px;
}

.news .n_ul .n_txt .n_pp p {
	font-size: 14px;
	line-height: 25px;
	color: #666;
}

.news .n_ul .n_txt .n_pp p:first-child {
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	color: #333;
	margin-bottom: 19px;
}

.news .n_ul .n_txt .n_pp p:nth-child(2) {
	font-size: 24px;
	height: 34px;
	line-height: 34px;
	color: #333;
	margin-bottom: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .n_ul .n_txt .n_pp p:nth-child(3) {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
}

.news .n_ul .n_txt .n_p {
	padding-top: 25px;
	border-top: 1px solid #dfdfdf;
}

.news .n_ul .n_txt .n_p span {
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	background: url(../images/index_newsjiantou.png) no-repeat right center;
	color: #333;
	display: block;
}

/*friendlink*/
.friendlink {
	background: #e7e7e7;
	padding: 19px 0;
}

.friendlink .fl_title {
	width: 90px;
	font-size: 30px;
	height: 1em;
	line-height: 1em;
	font-family: Arial;
	color: #1b95d4;
	float: left;
}

.friendlink .fl_a {
	font-size: 0;
	-webkit-text-size-adjust: none;
	width: calc(100% - 90px);
	float: right;
}

.friendlink .fl_a a {
	color: #999;
	white-space: nowrap;
	display: inline-block;
	font-size: 14px;
	position: relative;
	height: 24px;
	line-height: 24px;
	margin-right: 25px;
}

/*foot*/
.foot {
	background: #282828;
	padding: 60px 0 30px;
}

.foot .f_tit {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
}

.foot .f_left {
	width: 410px;
	float: left;
}

.foot .f_left i {
	display: block;
	height: 73px;
	background: url(../images/foot_logo.png) no-repeat left center;
	background-size: auto 100%;
}

.foot .f_left .logo_foot {
	width: 270px;
}

.foot .f_left .logo_foot img {
	width: 100%;
}

.foot .f_left p {
	font-size: 15px;
	line-height: 36px;
	color: #7f7f7f;
	padding-left: 25px;
}

.foot .f_left p:nth-of-type(1) {
	margin-top: 30px;
}

.foot .f_left p.icon1 {
	background: url(../images/foot_icon1.png) no-repeat left center;
}

.foot .f_left p.icon2 {
	background: url(../images/foot_icon2.png) no-repeat left 10px;
}

.foot .f_left p.icon3 {
	background: url(../images/foot_icon3.png) no-repeat left center;
}

.foot .f_center {
	width: calc(100% - 645px);
	float: left;
	margin-top: 29px;
}

.foot .f_center .fc_li {
	margin-left: 100px;
	width: auto;
	float: left;
}

.foot .f_center .fc_a {
	margin-top: 25px;
}

.foot .f_center .fc_a a {
	display: block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	color: #7f7f7f;
	text-align: left;
}

.foot .f_center .fc_a a:hover {
	color: #FFF;
	text-decoration: underline !important;
}

.foot .f_right {
	width: auto;
	float: right;
	margin-top: 24px;
}

.foot .f_right .fr_ewm {
	width: 140px;
}

.foot .f_right .fr_ewm img {
	display: block;
	width: 100%;
	height: auto;
}

.foot .f_right .fr_ewm p {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #7f7f7f;
	margin-top: 10px;
	text-align: center;
}

.foot .f_right .fr_form {
	margin-top: 43px;
}

.foot .f_right .fr_form input {
	height: 50px;
	line-height: 30px;
	padding: 10px;
	width: calc(100% - 50px);
	background: #323232;
	outline: none;
	color: #FFF;
}

.foot .f_right .fr_form .fr_btn {
	width: 50px;
	height: 50px;
	background: url(../images/top_icon1.png) no-repeat center center #0079ce;
	float: right;
}

.foot .f_form {
	margin-top: 28px;
}

.foot .f_form input {
	height: 60px;
	line-height: 58px;
	border: 1px solid #434750;
	background: #282828;
	float: left;
	outline: none;
	padding: 0 20px;
	color: #FFF;
}

.foot .f_form input.input1 {
	width: 20%;
}

.foot .f_form input.input2 {
	width: 21.5%;
	margin-left: 1%;
}

.foot .f_form input.input3 {
	width: 39.5%;
	margin-left: 1%;
}

.foot .f_form .foot_btn {
	width: 16%;
	float: right;
	background: #0079ce;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}

/*footbottom*/
.footbottom {
	padding: 23px 0 22px;
	background: #282828;
	border-top: 1px solid #323232;
	text-align: center;
}

.footbottom span {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	height: 24x;
	line-height: 24x;
	color: rgba(153, 153, 153, .76);
}

.footbottom a {
	color: rgba(153, 153, 153, .76);
}

/*stylepbulic*/
#stylesubnav {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	background: #eff0f1;
}

#stylesubnav .xq_c {
	padding: 0;
	position: relative;
}

#stylesubnav .xq_crumbs {
	background: url(../images/position.png) no-repeat left 18px;
	background-size: auto 12px;
	line-height: 29px;
	padding: 10px 0 10px 20px;
	color: #999;
}

#stylesubnav .xq_crumbs a {
	color: #999;
}

/*px*/
#px_banner {
	width: 100%;
	padding-bottom: 380px;
	position: relative;
	z-index: 9;
}

#px_banner img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

#px_banner .crumbs {
	position: absolute;
	left: 0;
	bottom: 27px;
	width: 100%;
	text-align: right;
}

#px_banner .crumbs .xq_crumbs {
	background: url(../images/pos_icon.png) no-repeat left 5px;
	line-height: 24px;
	padding-left: 20px;
	color: #FFF;
	display: inline-block;
}

#px_banner .crumbs .xq_crumbs a {
	color: #FFF;
}

.px_txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.px_txt .container {
	position: relative;
	height: 100%;
}

.px_txt .px_txt_p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: right;
}

.px_txt .px_txt_p p:first-child {
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}

.px_txt .px_txt_p p:last-child {
	height: 58px;
	line-height: 58px;
	font-size: 48px;
	color: #FFF;
	margin-top: 13px;
	font-weight: bold;
}


/*sub_nav*/
#sub_navbg {
	width: 100%;
	background: #F4F4F4;
}

.sub_nav {}

.sub_nav a {
	border-right: 1px solid #FFF;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 186px;
	display: block;
	position: relative;
	float: left;
	font-size: 15px;
}

.sub_nav a:before {
	content: none;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #0071bd;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -9px;
}

.sub_nav a.on {
	background: #085dad;
	color: #FFF;
}

.sub_nav a.on:before {
	content: '';
}

/*sub_cnav*/
.sub_cnav {
	margin-top: 20px;
	background: #eee;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.sub_cnav a {
	border-right: 1px solid #FFF;
	height: 49px;
	line-height: 49px;
	text-align: center;
	padding: 0 30px;
	font-size: 14px;
	position: relative;
	display: inline-block;
}

.sub_cnav a.on {
	background: #0a65a0;
	color: #FFF;
}

/*sub_title*/
.sub_title {
	text-align: center;
	position: relative;
}

.sub_title .s_t {
	margin: 0;
	font-size: 36px;
	color: #313131;
	height: 46px;
	line-height: 46px;
	position: relative;
	font-weight: bold;
}

.sub_title .s_t span {
	font-weight: bold;
	color: #0894d1;
}

.sub_title i {
	display: block;
	width: 41px;
	height: 4px;
	background: #0a65a0;
	margin: 19px auto 0;
}

.sub_title p {
	margin: 0;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	margin-top: 6px;
}

.h_space {
	height: 40px;
}

/*page*/
.manu {
	text-align: center;
	margin-top: 30px;
}

.manu a {
	border: 1px solid #D9D9D9;
	padding: 9px 15px;
	text-decoration: none;
	margin: 0 2px;
	display: inline-block;
}

.manu a:hover {
	border: 1px solid #D9D9D9;
}

.manu a:active {
	border: 1px solid #D9D9D9;
}

.manu .current {
	border: 1px solid #0a65a0;
	padding: 9px 15px;
	background: #0a65a0;
	font-weight: bold;
	margin: 0 2px;
	color: #FFF;
	display: inline-block;
}

.manu .disabled {
	border: 1px solid #D9D9D9;
	padding: 9px 15px;
	color: #D9D9D9;
	margin: 0 2px;
	display: inline-block;
}


/*公用右侧*/
.newscow_right {
	width: 25%;
	float: right;
}

.newscow_right .news_product {
	border: 1px solid #dbdbdb;
	padding: 10px;
}

.newscow_right .news_product .np_title {
	font-size: 14px;
	color: #2a2a2a;
	line-height: 12px;
	padding: 10px 0;
	border-bottom: 2px solid #2a2a2a;
}

.newscow_right .news_product .np_title span {
	font-size: 22px;
	line-height: 32px;
}

.newscow_right .news_product .bd {
	overflow: hidden;
	zoom: 1;
	margin-top: 30px;
}

.newscow_right .news_product .bd ul li {}

.newscow_right .news_product .bd ul li .r_img {
	width: 100%;
	padding-bottom: 75%;
	position: relative;
	border: 1px solid #ccc;
}

.newscow_right .news_product .bd ul li .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.newscow_right .news_product .bd ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newscow_right .news_product .bd ul li .title {
	height: auto;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
}

.newscow_right .news_product .bd ul li .title a {
	color: #666
}

.newscow_right .news_nlist {
	padding-bottom: 5px;
	overflow: hidden
}

.newscow_right .news_nlist ul {
	padding-top: 5px
}

.newscow_right .news_nlist ul li {
	line-height: 36px;
	background: url(../images/zys_42.jpg) no-repeat 2px center;
	text-indent: 0.3cm;
	margin: 0 auto;
	border-bottom: 1px dashed #d5d5d5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}

/*公用分页*/
.fanye {
	list-style: none;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #c2a9a4;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.fanye ul li {
	height: 30px;
	line-height: 30px;
	text-align: left;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fanye ul li a {
	color: #333;
}

/*视频弹出*/
#tan_box {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

.tan_box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.tan_box .box {
	position: relative;
	background: #fff url(../images/loading.gif) center center no-repeat;
	padding: 10px;
	box-shadow: 0 0 15px #ccc;
	border-radius: 5px 0 5px 5px;
}

.tan_box .box video {
	max-width: 1000px;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

.tan_box .v_close {
	width: 36px;
	height: 36px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: -36px;
	cursor: pointer;
	box-shadow: 0 0 5px #ccc;
	border-radius: 5px 5px 0 0;
	background: url(../images/closeicon.png) no-repeat center center #FFF;
}

/*电脑浮动*/
.izl-rmenu {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 999;
	width: 72px;
}

.izl-rmenu .iz_btn {
	width: 72px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
	padding: 12px 0 7px;
	background: #E60C00;
	display: block;
}

.izl-rmenu .iz_btn i {
	display: block;
	width: 100%;
	height: 33px;
	background-repeat: no-repeat;
	background-position: center center;
}

.izl-rmenu .iz_btn i.icon1 {
	background-image: url(../images/r_qq.png);
}

.izl-rmenu .iz_btn i.icon2 {
	background-image: url(../images/r_wx.png);
}

.izl-rmenu .iz_btn i.icon3 {
	background-image: url(../images/r_phone.png);
}

.izl-rmenu .btn-qq {}

.izl-rmenu .btn-wx {}

.izl-rmenu .btn-wx .pic {
	position: absolute;
	left: 0;
	top: 0px;
	background: #FFF;
	padding: 10px;
	width: 160px;
	height: 160px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}

.izl-rmenu .btn-wx:hover .pic {
	left: -160px;
	opacity: 1;
}

.izl-rmenu .btn-phone {
	position: relative;
}

.izl-rmenu .btn-phone .phone {
	background-color: #E60C00;
	position: absolute;
	width: 160px;
	left: 0;
	top: 0px;
	line-height: 73px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}

.izl-rmenu .btn-phone:hover .phone {
	left: -160px;
	opacity: 1;
}

.izl-rmenu .iz_btn span {
	display: block;
	font-size: 13px;
	height: 21px;
	line-height: 21px;
	color: #FFF;
	text-align: center;
}

.izl-rmenu .btn-top {
	background: url(../images/r_top.png) 0px 0px no-repeat;
	background-color: #666666;
	padding: 16px 0 15px;
	height: 73px;
	display: none;
}

.izl-rmenu .btn-top:hover {
	background-color: #444;
}

/*手机浮动*/
#floatBottom {
	width: 100%;
	height: 53px;
	background: #8a8a8a;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999999;
	display: none;
}

#floatBottom a {
	width: 33.33%;
	height: 53px;
	line-height: 53px;
	display: block;
	float: left;
	position: relative;
}

#floatBottom a.kf1 {
	background: url(../images/kf1.png) no-repeat center center;
}

#floatBottom a.kf2 {
	background: url(../images/kf2.png) no-repeat center center;
}

#floatBottom a.kf3 {
	background: url(../images/kf3.png) no-repeat center center;
}

#floatBottom a.kf4 {
	background: url(../images/kf4.png) no-repeat center center;
}

#floatBottom .ewm {
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 55px;
	left: 50%;
	margin-left: -45px;
	display: none;
}

#floatBottom .ewm img {
	width: 100%;
	height: 100%;
	display: block;
}

/*视频弹出*/
#videobg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 999999;
	text-align: center;
}

#videobg .container {
	position: relative;
	height: 100%;
}

.video {
	padding: 10px;
	width: 700px;
	height: auto;
	background: #FFF;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	transform: translateY(-50%);
}

.video .videoc {
	width: 100%;
	padding-bottom: 70%;
	position: relative;
}

.video video {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.video iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.video p {
	margin: 0;
	height: 60px;
	line-height: 60px;
	color: #000;
}

.video span {
	width: 40px;
	height: 40px;
	background: #000;
	color: #FFF;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	outline: none;
	top: 0px;
	right: -40px;
	cursor: pointer;
	display: block;
	font-family: Arial;
}

@media screen and (max-width:1699px) {
	.container {
		width: 1300px;
	}

	.head {
		font-size: 15px;
	}

	.topbg {
		height: 109px;
	}

	.top .logo {
		width: 230px;
		height: 59px;
		margin: 25px 0;
	}

	.pcnav .f_nav .f_li .f_n a {
		height: 109px;
		line-height: 109px;
		font-size: 15px;
		padding: 0 28px;
	}

	.pcnav .s_nav a {
		font-size: 14px;
		height: 44px;
		line-height: 44px;
	}

	.top .t_right .t_r {
		margin-top: 37px;
	}

	.index_banner {
		padding-bottom: 661px;
	}

	.index_banner.swiper-container-horizontal .swiper-pagination {
		bottom: 35px;
	}

	.pb_title {
		padding-top: 47px;
	}

	.pb_title i {
		font-size: 50px;
	}

	.pb_title .h_t {
		font-size: 40px;
		height: 50px;
		line-height: 50px;
	}

	.pb_title p {
		font-size: 15px;
		height: 24px;
		line-height: 24px;
		margin-top: 8px;
	}

	.pro_wrap {
		padding: 30px 0 40px;
	}

	.hot {
		margin-top: 7px;
		padding: 0 5%;
	}

	.hot .swiper-slide .p1 {
		font-size: 15px;
		line-height: 26px;
		margin-top: 5px;
	}

	.hot .swiper-slide p {
		font-size: 20px;
		height: 30px;
		line-height: 30px;
	}

	.hot .swiper-slide span {
		margin-top: 15px;
	}

	.hot .swiper-slide.swiper-slide-active p {
		font-size: 32px;
		height: 42px;
		line-height: 42px;
	}

	.hot .swiper-button-prev,
	.hot .swiper-button-next {
		top: 29.5%;
	}

	.product {
		margin-top: 40px;
	}

	.product .p_ul p {
		height: 60px;
		line-height: 60px;
	}

	.zizhi {
		padding: 40px 0 50px;
	}

	.zizhi .z_item {
		margin-top: 20px;
	}

	.youshi {
		padding: 40px 0;
	}

	.youshi .ys_span {
		margin-top: 30px;
	}

	.youshi .ys_span i {
		width: 80px;
		height: 80px;
	}

	.youshi .ys_span p {
		font-size: 16px;
		height: 26px;
		line-height: 26px;
		margin-top: 9px;
	}

	.youshi .ys_span em {
		margin-top: 8px;
	}

	.youshi .ys_ul {
		margin-top: 40px;
	}

	.youshi .ys_ul .ys_right .ys_txt {
		padding: 0 12% 0 7%;
	}

	.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_num {
		font-size: 60px;
		height: 60px;
		line-height: 60px;
	}

	.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_p {
		font-size: 24px;
		height: 44px;
		line-height: 44px;
	}

	.youshi .ys_ul .ys_right .ys_txt span {
		font-size: 20px;
	}

	.youshi .ys_ul .ys_right .ys_txt i {
		margin: 20px 0 10px;
	}

	.youshi .ys_ul .ys_right .ys_txt p {
		font-size: 15px;
		line-height: 30px;
	}

	.youshi .ys_ul .ys_right .ys_txt a {
		margin-top: 50px;
		height: 46px;
		line-height: 44px;
		width: 140px;
	}

	.yingyong {
		padding: 30px 0 40px;
	}

	.yingyong .yy_span {
		margin-top: 20px;
	}

	.yingyong .yy_span .swiper-pagination-bullet {
		padding: 18px 0 15px;
	}

	.yingyong .yy_span i {
		height: 40px;
		background-size: auto 80px;
	}

	.yingyong .yy_span em {
		margin-top: 16px;
	}

	.yingyong .yy_span p {
		font-size: 16px;
		height: 26px;
		line-height: 26px;
	}

	.yingyong .yy_ul .yy_left {
		width: 905px;
	}

	.yingyong .yy_ul .yy_left .yy_img {
		padding-bottom: 535px;
	}

	.yingyong .yy_ul .yy_right {
		width: calc(100% - 905px);
		padding: 80px 30px 0 30px;
	}

	.yingyong .yy_ul .yy_right em {
		font-size: 15px;
	}

	.yingyong .yy_ul .yy_right p {
		font-size: 15px;
		line-height: 30px;
	}

	.yingyong .yy_ul .yy_right p:nth-of-type(1) {
		font-size: 30px;
		height: 40px;
		line-height: 40px;
		margin: 13px 0 26px;
	}

	.yingyong .yy_ul .yy_right p:nth-of-type(2) {
		height: 150px;
	}

	.yingyong .yy_ul .yy_right i {
		height: 3px;
		margin: 30px 0 50px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_dian {
		margin-top: 20px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_n {
		font-size: 36px;
		height: 36px;
		line-height: 36px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_n span {
		font-size: 26px;
		height: 30px;
		line-height: 30px;
	}

	.hezuo {
		padding: 40px 0 50px;
	}

	.hezuo .hz_tit {
		padding: 5px 0 10px 28px;
	}

	.hezuo .hz_tit span {
		font-size: 50px;
		line-height: 50px;
		height: 50px;
	}

	.hezuo .hz_tit .hz_t {
		font-size: 36px;
		height: 46px;
		line-height: 46px;
	}

	.hezuo .hz_tit .ht_span {
		width: 100px;
		height: 46px;
	}

	.hezuo .hz_tit .ht_span .swiper-button-prev,
	.hezuo .hz_tit .ht_span .swiper-button-next {
		width: 46px;
		height: 46px;
		margin-top: -23px;
	}

	.hezuo .hz_item {
		margin-top: 20px;
	}

	.info {
		padding: 40px 0 50px;
	}

	.info .in_left {
		width: calc(100% - 497px);
		padding-right: 80px;
		padding-top: 6px;
	}

	.info .in_left i {
		height: 42px;
	}

	.info .in_left p {
		font-size: 15px;
		line-height: 32px;
	}

	.info .in_left p:nth-of-type(1) {
		font-size: 22px;
		height: 32px;
		line-height: 32px;
		margin: 28px 0 22px;
	}

	.info .in_left .in_num {
		margin-top: 50px;
	}

	.info .in_left .in_num .in_li .in_n span {
		font-size: 16px;
		height: 24px;
		line-height: 24px;
	}

	.info .in_left .in_num .in_li .in_n span:first-child {
		font-size: 42px;
		height: 42px;
		line-height: 42px;
	}

	.info .in_left .in_num .in_li em {
		font-size: 15px;
		height: 24px;
		line-height: 24px;
		margin-top: 12px;
	}

	.info .in_left a {
		height: 48px;
		line-height: 48px;
		width: 200px;
		font-size: 15px;
		margin-top: 40px;
	}

	.info .in_right {
		width: 497px;
	}

	.info .in_right .in_li .in_img {
		padding-bottom: 223px;
	}

	.info .in_right .in_li .in_txt {
		padding: 50px 10px 0 30px;
	}

	.info .in_right .in_li .in_txt p {
		font-size: 22px;
		height: 32px;
		line-height: 32px;
	}

	.info .in_right .in_li .in_txt span {
		font-size: 16px;
		height: 16px;
		line-height: 16px;
		margin-top: 5px;
	}

	.news {
		padding: 30px 0 40px;
	}

	.news .n_span {
		margin-top: 20px;
	}

	.news .n_span .span_a {
		width: 150px;
		font-size: 16px;
	}

	.news .n_ul {
		margin-top: 28px;
	}

	.news .n_ul .n_txt {
		padding: 20px;
	}

	.news .n_ul .n_txt .n_pp p {
		line-height: 24px;
	}

	.news .n_ul .n_txt .n_pp p:first-child {
		margin-bottom: 12px;
	}

	.news .n_ul .n_txt .n_pp p:nth-child(2) {
		font-size: 20px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.news .n_ul .n_txt .n_p {
		padding-top: 18px;
	}

	.foot {
		padding: 40px 0;
	}

	.foot .f_tit {
		font-size: 18px;
		height: 28px;
		line-height: 28px;
	}

	.foot .f_left i {
		height: 66px;
	}

	.foot .f_left p:nth-of-type(1) {
		margin-top: 30px;
	}

	.foot .f_center {
		margin-top: 20px;
	}

	.foot .f_center .fc_li {
		margin-left: 80px;
	}

	.foot .f_center .fc_a {
		margin-top: 20px;
	}

	.foot .f_center .fc_a a {
		height: 32px;
		line-height: 32px;
	}

	.foot .f_right .fr_form {
		margin-top: 30px;
	}

	.foot .f_form {
		margin-top: 20px;
	}

	.foot .f_form input {
		height: 52px;
		line-height: 50px;
		padding: 0 15px;
	}

	.foot .f_form .foot_btn {
		height: 52px;
		line-height: 52px;
	}

	.footbottom {
		padding: 16px 0;
	}






	#px_banner {
		padding-bottom: 330px;
	}

	.px_txt p {
		font-size: 15px;
		line-height: 24px;
	}

	.px_txt p:first-child {
		font-size: 40px;
		height: 50px;
		line-height: 50px;
		margin-bottom: 18px;
	}

	.sub_nav .sn_left a {
		height: 66px;
		line-height: 66px;
	}

	.sub_nav .sn_right {
		height: 66px;
		line-height: 66px;
	}

	.sub_cnav a {
		height: 66px;
		line-height: 66px;
	}

	.sub_title .s_t {
		font-size: 32px;
		height: 42px;
		line-height: 42px;
	}

	.sub_title p {
		font-size: 15px;
		line-height: 24px;
		margin-top: 7px;
	}

	.sub_title i {
		height: 3px;
		margin: 15px auto 0;
	}

	.h_space {
		height: 30px;
	}
}

@media screen and (max-width:1499px) {
	.container {
		width: 1100px;
	}

	.head {
		font-size: 13px;
		height: 32px;
		line-height: 32px;
	}

	.topbg {
		height: 92px;
	}

	.top .logo {
		width: 200px;
		height: 52px;
		margin: 20px 0;
	}

	.pcnav .f_nav .f_li .f_n a {
		height: 92px;
		line-height: 92px;
		font-size: 14px;
		padding: 0 20px;
	}

	.top .t_right .t_r {
		margin-top: 29px;
	}

	.index_banner {
		padding-bottom: 560px;
	}

	.index_banner.swiper-container-horizontal .swiper-pagination {
		bottom: 22px;
	}

	.index_banner .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		background-size: 100% 100%;
	}

	.pb_title {
		padding-top: 36px;
	}

	.pb_title i {
		font-size: 40px;
	}

	.pb_title .h_t {
		font-size: 30px;
		height: 40px;
		line-height: 40px;
	}

	.pro_wrap {
		padding: 20px 0 30px;
	}

	.hot {
		margin-top: 7px;
		padding: 0 3%;
	}

	.hot .swiper-slide .p1 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 3px;
	}

	.hot .swiper-slide p {
		font-size: 18px;
		height: 26px;
		line-height: 26px;
	}

	.hot .swiper-slide span {
		margin-top: 10px;
	}

	.hot .swiper-slide.swiper-slide-active p {
		font-size: 24px;
		height: 32px;
		line-height: 32px;
	}

	.hot .swiper-button-prev,
	.hot .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.hot .swiper-button-prev,
	.hot .swiper-button-next {
		top: 25.5%;
	}

	.product {
		margin-top: 30px;
	}

	.product .p_ul p {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		padding: 0 7px;
	}

	.product .swiper-button-prev,
	.product .swiper-button-next {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}

	.product .swiper-button-prev {
		left: -40px;
	}

	.product .swiper-button-next {
		right: -40px;
	}

	.zizhi {
		padding: 30px 0;
	}

	.zizhi .z_item {
		margin-top: 15px;
	}

	.zizhi .swiper-button-prev,
	.zizhi .swiper-button-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.zizhi .swiper-button-prev {
		left: -40px;
	}

	.zizhi .swiper-button-next {
		right: -40px;
	}

	.zizhi .z_btn {
		margin-top: 30px;
	}

	.zizhi .z_btn a {
		height: 41px;
		line-height: 41px;
		font-size: 15px;
		width: 150px;
		margin-left: 20px;
	}

	.youshi {
		padding: 30px 0;
	}

	.youshi .ys_span {
		margin-top: 20px;
	}

	.youshi .ys_span .swiper-pagination-bullet {
		margin-left: 70px;
	}

	.youshi .ys_span i {
		width: 70px;
		height: 70px;
	}

	.youshi .ys_span p {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		margin-top: 6px;
	}

	.youshi .ys_span em {
		margin-top: 5px;
	}

	.youshi .ys_ul {
		margin-top: 22px;
	}

	.youshi .ys_ul .ys_right .ys_txt {
		padding: 0 10% 0 4%;
	}

	.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_num {
		font-size: 50px;
		height: 50px;
		line-height: 50px;
	}

	.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_p {
		font-size: 20px;
		height: 36px;
		line-height: 36px;
	}

	.youshi .ys_ul .ys_right .ys_txt span {
		font-size: 17px;
	}

	.youshi .ys_ul .ys_right .ys_txt i {
		margin: 12px 0 6px;
	}

	.youshi .ys_ul .ys_right .ys_txt p {
		font-size: 14px;
		line-height: 26px;
	}

	.youshi .ys_ul .ys_right .ys_txt a {
		margin-top: 30px;
		height: 40px;
		line-height: 38px;
		width: 120px;
	}

	.youshi .ys_ul .swiper-button-prev,
	.youshi .ys_ul .swiper-button-next {
		width: 70px;
		height: 43px;
		margin-top: -22px;
	}

	.youshi .ys_ul .swiper-button-prev {
		left: 10%;
	}

	.youshi .ys_ul .swiper-button-next {
		right: 10%;
	}

	.yingyong {
		padding: 20px 0 30px;
	}

	.yingyong .yy_span {
		margin-top: 15px;
	}

	.yingyong .yy_span .swiper-pagination-bullet {
		padding: 15px 0 12px;
	}

	.yingyong .yy_span i {
		height: 32px;
		background-size: auto 64px;
	}

	.yingyong .yy_span em {
		margin-top: 12px;
		height: 24px;
	}

	.yingyong .yy_span p {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
	}

	.yingyong .yy_ul .yy_left {
		width: 766px;
	}

	.yingyong .yy_ul .yy_left .yy_img {
		padding-bottom: 453px;
	}

	.yingyong .yy_ul .yy_right {
		width: calc(100% - 766px);
		padding: 60px 20px 0 20px;
	}

	.yingyong .yy_ul .yy_right em {
		font-size: 14px;
	}

	.yingyong .yy_ul .yy_right p {
		font-size: 14px;
		line-height: 26px;
	}

	.yingyong .yy_ul .yy_right p:nth-of-type(1) {
		font-size: 22px;
		height: 32px;
		line-height: 32px;
		margin: 10px 0 18px;
	}

	.yingyong .yy_ul .yy_right p:nth-of-type(2) {
		height: 130px;
	}

	.yingyong .yy_ul .yy_right i {
		height: 2px;
		margin: 20px 0 30px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_dian {
		margin-top: 13px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_n {
		font-size: 30px;
		height: 30px;
		line-height: 30px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_n span {
		font-size: 20px;
		height: 24px;
		line-height: 24px;
	}

	.hezuo {
		padding: 30px 0;
	}

	.hezuo .hz_tit {
		padding: 3px 0 5px 20px;
	}

	.hezuo .hz_tit:after {
		height: 40px;
	}

	.hezuo .hz_tit span {
		font-size: 40px;
		line-height: 40px;
		height: 40px;
	}

	.hezuo .hz_tit .hz_t {
		font-size: 26px;
		height: 34px;
		line-height: 34px;
	}

	.hezuo .hz_tit .ht_span {
		width: 86px;
		height: 40px;
	}

	.hezuo .hz_tit .ht_span .swiper-button-prev,
	.hezuo .hz_tit .ht_span .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: auto 16px;
	}

	.hezuo .hz_item {
		margin-top: 15px;
	}

	.hezuo .hz_ul .swiper-slide {
		padding: 10px;
	}

	.info {
		padding: 30px 0;
	}

	.info .in_left {
		width: calc(100% - 440px);
		padding-right: 50px;
		padding-top: 0px;
	}

	.info .in_left i {
		height: 36px;
	}

	.info .in_left p {
		font-size: 14px;
		line-height: 28px;
	}

	.info .in_left p:nth-of-type(1) {
		font-size: 20px;
		height: 28px;
		line-height: 28px;
		margin: 20px 0 15px;
	}

	.info .in_left .in_num {
		margin-top: 30px;
	}

	.info .in_left .in_num .in_li {
		margin-left: 40px;
	}

	.info .in_left .in_num .in_li .in_n span {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}

	.info .in_left .in_num .in_li .in_n span:first-child {
		font-size: 34px;
		height: 34px;
		line-height: 34px;
	}

	.info .in_left .in_num .in_li em {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		margin-top: 7px;
	}

	.info .in_left a {
		height: 42px;
		line-height: 42px;
		width: 160px;
		font-size: 14px;
		margin-top: 30px;
		padding-left: 30px;
	}

	.info .in_left a:after {
		margin-left: 20px;
		height: 42px;
		line-height: 42px;
	}

	.info .in_left a:hover {
		padding-left: 40px;
	}

	.info .in_right {
		width: 440px;
	}

	.info .in_right .in_li {
		width: calc(50% - 5px);
		margin-left: 10px;
		margin-top: 9px;
	}

	.info .in_right .in_li .in_img {
		padding-bottom: 200px;
	}

	.info .in_right .in_li .in_txt {
		padding: 30px 10px 0 20px;
	}

	.info .in_right .in_li .in_txt p {
		font-size: 20px;
		height: 28px;
		line-height: 28px;
	}

	.info .in_right .in_li .in_txt span {
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		margin-top: 4px;
	}

	.news {
		padding: 20px 0 30px;
	}

	.news .n_span {
		margin-top: 15px;
	}

	.news .n_span .span_a {
		width: 130px;
		font-size: 14px;
	}

	.news .n_ul {
		margin-top: 20px;
	}

	.news .n_ul .n_txt {
		padding: 12px;
	}

	.news .n_ul .n_txt .n_pp {
		padding-bottom: 10px;
	}

	.news .n_ul .n_txt .n_pp p {
		line-height: 24px;
	}

	.news .n_ul .n_txt .n_pp p:first-child {
		margin-bottom: 10px;
	}

	.news .n_ul .n_txt .n_pp p:nth-child(2) {
		font-size: 18px;
		height: 26px;
		line-height: 26px;
		margin-bottom: 13px;
	}

	.news .n_ul .n_txt .n_p {
		padding-top: 10px;
	}

	.friendlink {
		padding: 12px 0;
	}

	.foot {
		padding: 30px 0;
	}

	.foot .f_tit {
		font-size: 16px;
		height: 26px;
		line-height: 26px;
	}

	.foot .f_left i {
		height: 58px;
	}

	.foot .f_left p {
		line-height: 30px;
	}

	.foot .f_left p:nth-of-type(1) {
		margin-top: 20px;
	}

	.foot .f_center {
		margin-top: 10px;
		width: calc(100% - 610px);
	}

	.foot .f_center .fc_li {
		margin-left: 50px;
	}

	.foot .f_center .fc_a {
		margin-top: 20px;
	}

	.foot .f_center .fc_a a {
		height: 32px;
		line-height: 32px;
	}

	.foot .f_right {
		width: 200px;
	}

	.foot .f_right .fr_ewm {
		width: 140px;
	}

	.foot .f_right .fr_form {
		margin-top: 20px;
	}

	.foot .f_form {
		margin-top: 10px;
	}

	.foot .f_form input {
		height: 48px;
		line-height: 46px;
		padding: 0 10px;
	}

	.foot .f_form .foot_btn {
		height: 48px;
		line-height: 48px;
		font-size: 14px;
	}

	::-webkit-input-placeholder {
		font-size: 14px;
	}

	:-moz-placeholder {
		font-size: 14px;
	}

	::-moz-placeholder {
		font-size: 14px;
	}

	:-ms-input-placeholder {
		font-size: 14px;
	}

	.footbottom {
		padding: 16px 0;
	}






	#px_banner {
		padding-bottom: 330px;
	}

	.px_txt p {
		font-size: 15px;
		line-height: 24px;
	}

	.px_txt p:first-child {
		font-size: 40px;
		height: 50px;
		line-height: 50px;
		margin-bottom: 18px;
	}

	.sub_nav .sn_left a {
		height: 66px;
		line-height: 66px;
	}

	.sub_nav .sn_right {
		height: 66px;
		line-height: 66px;
	}

	.sub_cnav a {
		height: 66px;
		line-height: 66px;
	}

	.sub_title .s_t {
		font-size: 32px;
		height: 42px;
		line-height: 42px;
	}

	.sub_title p {
		font-size: 15px;
		line-height: 24px;
		margin-top: 7px;
	}

	.sub_title i {
		height: 2px;
		margin: 10px auto 0;
	}

	.h_space {
		height: 20px;
	}
}








@media screen and (max-width:1199px) {
	.container {
		width: 994px;
	}

	.head {
		font-size: 12px;
		height: 28px;
		line-height: 28px;
	}

	.topbg {
		height: 74px;
	}

	.top .logo {
		width: 170px;
		height: 44px;
		margin: 15px 0;
	}

	.pcnav .f_nav .f_li .f_n a {
		height: 74px;
		line-height: 74px;
		padding: 0 15px;
	}

	.top .t_right .t_r {
		margin-top: 20px;
	}

	.index_banner {
		padding-bottom: 480px;
	}

	.index_banner.swiper-container-horizontal .swiper-pagination {
		bottom: 16px;
	}

	.index_banner .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		background-size: 100% 100%;
	}

	.pb_title {
		padding-top: 24px;
	}

	.pb_title i {
		font-size: 30px;
	}

	.pb_title .h_t {
		font-size: 20px;
		height: 30px;
		line-height: 30px;
	}

	.pro_wrap {
		padding: 20px 0;
	}

	.hot {
		margin-top: 7px;
		padding: 0 1%;
	}

	.hot .swiper-slide p {
		font-size: 16px;
		height: 24px;
		line-height: 24px;
	}

	.hot .swiper-slide.swiper-slide-active p {
		font-size: 20px;
		height: 28px;
		line-height: 28px;
	}

	.hot .swiper-button-prev,
	.hot .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.hot .swiper-button-prev,
	.hot .swiper-button-next {
		top: 25.5%;
	}

	.product {
		margin-top: 20px;
	}

	.product .p_ul p {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		padding: 0 7px;
	}

	.product .swiper-button-prev,
	.product .swiper-button-next {
		display: none;
	}

	.zizhi {
		padding: 20px 0;
	}

	.zizhi .z_item {
		margin-top: 10px;
	}

	.zizhi .swiper-button-prev,
	.zizhi .swiper-button-next {
		display: none;
	}

	.zizhi .z_btn {
		margin-top: 20px;
	}

	.zizhi .z_btn a {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		width: 130px;
		margin-left: 15px;
	}

	.youshi {
		padding: 30px 0;
	}

	.youshi .ys_span {
		margin-top: 15px;
	}

	.youshi .ys_span .swiper-pagination-bullet {
		margin-left: 40px;
	}

	.youshi .ys_span i {
		width: 60px;
		height: 60px;
	}

	.youshi .ys_span p {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		margin-top: 6px;
	}

	.youshi .ys_span em {
		margin-top: 0;
		border-top-width: 5px;
		border-left-width: 5px;
		border-right-width: 5px;
	}

	.youshi .ys_ul {
		margin-top: 15px;
		padding: 0 0;
	}

	.youshi .ys_ul .ys_right .ys_txt {
		padding: 0 50px 0 15px;
	}

	.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_num {
		font-size: 50px;
		height: 50px;
		line-height: 50px;
	}

	.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_p {
		font-size: 20px;
		height: 36px;
		line-height: 36px;
	}

	.youshi .ys_ul .ys_right .ys_txt span {
		font-size: 17px;
	}

	.youshi .ys_ul .ys_right .ys_txt i {
		margin: 12px 0 6px;
	}

	.youshi .ys_ul .ys_right .ys_txt p {
		font-size: 14px;
		line-height: 26px;
	}

	.youshi .ys_ul .ys_right .ys_txt a {
		margin-top: 30px;
		height: 40px;
		line-height: 38px;
		width: 120px;
	}

	.youshi .ys_ul .swiper-button-prev,
	.youshi .ys_ul .swiper-button-next {
		width: 40px;
		height: 25px;
		margin-top: -13px;
	}

	.youshi .ys_ul .swiper-button-prev {
		left: 0;
	}

	.youshi .ys_ul .swiper-button-next {
		right: 0;
	}

	.yingyong {
		padding: 20px 0;
	}

	.yingyong .yy_span {
		margin-top: 15px;
	}

	.yingyong .yy_span .swiper-pagination {
		border-bottom: none;
	}

	.yingyong .yy_span .swiper-pagination-bullet {
		padding: 15px 0 12px;
		width: 33.33%;
		border-bottom: 1px solid #DEDEDE;
	}

	.yingyong .yy_span i {
		height: 32px;
		background-size: auto 64px;
	}

	.yingyong .yy_span em {
		margin-top: 12px;
		height: 12px;
	}

	.yingyong .yy_span p {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
	}

	.yingyong .yy_ul .yy_left {
		width: 692px;
	}

	.yingyong .yy_ul .yy_left .yy_img {
		padding-bottom: 409px;
	}

	.yingyong .yy_ul .yy_right {
		width: calc(100% - 692px);
		padding: 60px 10px 0 10px;
	}

	.yingyong .yy_ul .yy_right p {
		line-height: 24px;
	}

	.yingyong .yy_ul .yy_right p:nth-of-type(1) {
		font-size: 18px;
		height: 26px;
		line-height: 26px;
		margin: 7px 0 9px;
	}

	.yingyong .yy_ul .yy_right p:nth-of-type(2) {
		height: 120px;
	}

	.yingyong .yy_ul .yy_right i {
		height: 2px;
		margin: 10px 0 20px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_dian {
		margin-top: 13px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_n {
		font-size: 30px;
		height: 30px;
		line-height: 30px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_n span {
		font-size: 20px;
		height: 24px;
		line-height: 24px;
	}

	.hezuo {
		padding: 20px 0;
	}

	.hezuo .hz_tit {
		padding: 3px 0 5px 15px;
	}

	.hezuo .hz_tit:after {
		height: 30px;
	}

	.hezuo .hz_tit span {
		font-size: 30px;
		line-height: 30px;
		height: 30px;
	}

	.hezuo .hz_tit .hz_t {
		font-size: 20px;
		height: 28px;
		line-height: 28px;
	}

	.hezuo .hz_tit .ht_span {
		width: 66px;
		height: 30px;
	}

	.hezuo .hz_tit .ht_span .swiper-button-prev,
	.hezuo .hz_tit .ht_span .swiper-button-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-size: auto 14px;
	}

	.hezuo .hz_item {
		margin-top: 15px;
	}

	.hezuo .hz_ul .swiper-slide {
		padding: 10px;
	}

	.info {
		padding: 30px 0;
	}

	.info .in_left {
		width: calc(100% - 400px);
		padding-right: 0;
	}

	.info .in_left i {
		height: 28px;
	}

	.info .in_left p {
		line-height: 24px;
	}

	.info .in_left p:nth-of-type(1) {
		margin: 15px 0 10px;
	}

	.info .in_left .in_num {
		margin-top: 20px;
	}

	.info .in_left .in_num .in_li {
		margin-left: 40px;
	}

	.info .in_left .in_num .in_li .in_n span {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}

	.info .in_left .in_num .in_li .in_n span:first-child {
		font-size: 34px;
		height: 34px;
		line-height: 34px;
	}

	.info .in_left .in_num .in_li em {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		margin-top: 7px;
	}

	.info .in_left a {
		height: 42px;
		line-height: 42px;
		width: 160px;
		font-size: 14px;
		margin-top: 30px;
		padding-left: 30px;
	}

	.info .in_left a:after {
		margin-left: 20px;
		height: 42px;
		line-height: 42px;
	}

	.info .in_left a:hover {
		padding-left: 40px;
	}

	.info .in_right {
		width: 400px;
	}

	.info .in_right .in_li {
		width: calc(50% - 5px);
		margin-left: 10px;
		margin-top: 9px;
	}

	.info .in_right .in_li .in_img {
		padding-bottom: 181px;
	}

	.news {
		padding: 20px 0;
	}

	.news .n_span {
		margin-top: 10px;
	}

	.news .n_span .span_a {
		width: 130px;
		font-size: 14px;
	}

	.news .n_ul {
		margin-top: 15px;
	}

	.news .n_ul .n_txt {
		padding: 10px;
	}

	.friendlink {
		padding: 10px 0;
	}

	.foot {
		padding: 20px 0;
	}

	.foot .f_tit {
		font-size: 16px;
		height: 26px;
		line-height: 26px;
	}

	.foot .f_left {
		width: calc(100% - 300px);
	}

	.foot .f_left i {
		height: 58px;
	}

	.foot .f_left p {
		line-height: 30px;
	}

	.foot .f_left p:nth-of-type(1) {
		margin-top: 20px;
	}

	.foot .f_center {
		display: none;
	}

	.foot .f_center .fc_li {
		margin-left: 50px;
	}

	.foot .f_center .fc_a {
		margin-top: 20px;
	}

	.foot .f_center .fc_a a {
		height: 32px;
		line-height: 32px;
	}

	.foot .f_right {
		width: 300px;
		padding-left: 30px;
		margin-top: 0;
	}

	.footbottom {
		padding: 16px 0;
	}











	.izl-rmenu {
		display: none;
	}

	#px_banner {
		padding-bottom: 280px;
	}

	.px_txt {
		padding-bottom: 0;
	}

	.px_txt p {
		font-size: 14px;
		line-height: 23px;
	}

	.px_txt p:first-child {
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-bottom: 12px;
	}

	.sub_nav .sn_left a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		padding: 0 25px;
	}

	.sub_nav .sn_left a:before {
		height: 14px;
		margin-top: -7px;
	}

	.sub_nav .sn_right {
		height: 50px;
		line-height: 50px;
		background-size: auto 18px;
		font-size: 13px;
		padding-left: 18px;
	}

	.sub_cnav a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		padding: 0 30px;
	}

	.sub_title .s_t {
		font-size: 26px;
		height: 34px;
		line-height: 34px;
	}

	.sub_title p {
		font-size: 14px;
		line-height: 22px;
		margin-top: 5px;
	}

	.manu {
		margin-top: 20px;
	}
}

/*992以下屏幕*/
@media screen and (max-width:1023px) {
	.container {
		width: 738px;
	}

	.head {
		display: none;
	}

	.topbg {
		height: 70px;
	}

	.top .container {
		width: calc(100% - 30px);
	}

	.top .logo {
		margin: 13px 0;
	}

	.top .t_right {
		display: none;
	}

	.top .nav {
		display: block;
	}

	/*#mobileheadbg{display:block;}*/
	/*#mobilehead{background:#FFF;position:fixed;z-index:9999;top:0;box-shadow:0 2px 5px rgba(0,0,0,.6);}*/
	/*#mobilehead .nav_bg.nav_bg1{height:70px;height:calc(100% - 70px);}*/
	/*#mobilehead .nav .nav_box.nav_box1{top:70px;}*/
	.index_banner {
		padding-bottom: 360px;
	}

	.index_banner.swiper-container-horizontal .swiper-pagination {
		bottom: 15px;
	}

	.hot {
		background: none;
	}

	.hot .swiper-slide {
		margin-top: 0;
		background: #FFF;
		padding: 10px;
	}

	.hot .swiper-slide .p1 {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.hot .swiper-slide.swiper-slide-active a {
		width: 100%;
		left: 0;
		padding: 0 0 !important;
	}

	.hot .swiper-slide.swiper-slide-active .hot_pic {
		padding: 0 0;
	}

	.hot .swiper-button-prev {
		left: 10px;
		top: 50%;
	}

	.hot .swiper-button-next {
		right: 10px;
		top: 50%;
	}

	.zizhi .z_btn {
		margin-top: 15px;
	}

	.youshi .ys_ul .ys_right .ys_txt a {
		margin-top: 15px;
	}

	.yingyong .yy_span {
		margin-top: 10px;
	}

	.yingyong .yy_span .swiper-pagination-bullet {
		padding: 15px 0 12px;
		width: 33.33%;
		border-bottom: 1px solid #DEDEDE;
	}

	.yingyong .yy_span i {
		height: 26px;
		background-size: auto 52px;
	}

	.yingyong .yy_ul .yy_left {
		width: 514px;
	}

	.yingyong .yy_ul .yy_left .yy_img {
		padding-bottom: 304px;
	}

	.yingyong .yy_ul .yy_right {
		width: calc(100% - 514px);
		padding: 20px 10px 0 10px;
	}

	.yingyong .yy_ul .yy_right em {
		font-size: 12px;
		height: 12px;
		line-height: 12px;
		letter-spacing: -0.3px;
	}

	.yingyong .yy_ul .yy_right p:nth-of-type(1) {
		font-size: 18px;
		height: 26px;
		line-height: 26px;
		margin: 7px 0 9px;
	}

	.yingyong .yy_ul .yy_right p:nth-of-type(2) {
		height: 168px;
	}

	.yingyong .yy_ul .yy_right i {
		height: 2px;
		margin: 10px 0 10px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_dian {
		margin-top: 6px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_n {
		font-size: 20px;
		height: 20px;
		line-height: 20px;
	}

	.yingyong .yy_ul .yy_right .yy_num .yy_n span {
		font-size: 15px;
		height: 18px;
		line-height: 18px;
	}

	.info .in_left {
		width: 100%;
		float: none;
	}

	.info .in_left .in_num {
		margin-top: 10px;
	}

	.info .in_left a {
		margin-top: 15px;
	}

	.info .in_right {
		width: 100%;
		float: none;
	}

	.info .in_right .in_li {
		width: 23.8%;
		margin-left: 1.6%;
	}

	.info .in_right .in_li:nth-child(odd) {
		margin-left: 1.6%;
	}

	.info .in_right .in_li:first-child {
		margin-left: 0;
	}

	.info .in_right .in_li .in_img {
		padding-bottom: 92.8571%;
	}

	.foot .f_form input {
		height: 42px;
		line-height: 40px;
	}

	.foot .f_form .foot_btn {
		height: 42px;
		line-height: 42px;
	}

	.footbottom {
		padding: 10px 0 60px;
	}









	#floatBottom {
		display: block;
	}

	#px_banner {
		padding-bottom: 200px;
	}

	.px_txt p:first-child {
		font-size: 26px;
		height: 34px;
		line-height: 34px;
		margin-bottom: 8px;
	}

	.sub_nav {
		background: none;
		position: relative;
		z-index: 1;
	}

	.sub_nav:before {
		content: '';
		width: 100%;
		height: 50px;
		background: #eef2f5;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}

	.sub_nav .sn_right {
		width: 100%;
		float: none;
	}

	.sub_nav .sn_left {
		width: 100%;
		float: none;
		margin-top: 20px;
		background: #EEE;
	}

	.sub_title .s_t {
		font-size: 22px;
		height: 30px;
		line-height: 30px;
	}

	.sub_title p {
		font-size: 13px;
		line-height: 22px;
	}

	.newscow_right {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.newscow_right .news_product .bd ul li {
		width: 32%;
		float: left;
		margin-left: 2%;
	}

	.newscow_right .news_product .bd ul li:first-child {
		margin-left: 0;
	}

	.newscow_right .news_nlist ul li {
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.newscow_right .news_nlist ul li:nth-child(odd) {
		margin-left: 0;
	}
}

/*768以下屏幕*/
@media screen and (max-width:767px) {
	.container {
		width: calc(100% - 20px);
	}

	#mobilehead .logo {
		width: calc(100% - 70px);
	}

	.index_banner {
		padding-bottom: 47%;
	}

	.index_banner.swiper-container-horizontal .swiper-pagination {
		bottom: 10px;
	}

	.pb_title {
		padding-top: 18px;
	}

	.pb_title i {
		font-size: 20px;
		height: 20px;
		line-height: 20px;
	}

	.hot {
		padding: 0 0;
	}

	.zizhi .z_btn a {
		font-size: 12px;
	}

	.youshi .ys_span {
		margin-top: 10px;
	}

	.youshi .ys_span .swiper-pagination-bullet {
		margin-left: 0;
		width: 25%;
		border-radius: 0;
	}

	.youshi .ys_span i {
		display: none;
	}

	.youshi .ys_span p {
		margin-top: 0;
		font-weight: normal;
		background: #DFE2E5;
		border-right: 1px solid #FFF;
		height: 36px;
		line-height: 36px;
	}

	.youshi .ys_span .swiper-pagination-bullet.swiper-pagination-bullet-active p {
		background: #0a65a0;
		color: #FFF;
	}

	.youshi .ys_ul {
		margin-top: 10px;
	}

	.youshi .ys_ul .ys_li:before {
		content: none;
	}

	.youshi .ys_ul .ys_left {
		width: 100%;
		float: none;
	}

	.youshi .ys_ul .ys_right {
		width: 100%;
		position: relative;
	}

	.youshi .ys_ul .ys_right .ys_img {
		display: none;
	}

	.youshi .ys_ul .ys_right .ys_txt {
		position: relative;
		top: 0;
		padding: 30px 20px;
	}

	.youshi .ys_ul .ys_right .ys_txt.tly {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.youshi .ys_ul .ys_right .ys_txt p:nth-of-type(1) {
		height: 80px;
	}

	.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_num {
		font-size: 30px;
		height: 30px;
		line-height: 30px;
	}

	.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_p {
		font-size: 18px;
		height: 26px;
		line-height: 26px;
	}

	.youshi .ys_ul .ys_right .ys_txt span {
		font-size: 12px;
	}

	.yingyong .yy_span .swiper-pagination-bullet {
		width: 50%;
		padding: 0 0;
	}

	.yingyong .yy_span i {
		display: none;
	}

	.yingyong .yy_span em {
		display: none;
	}

	.yingyong .yy_span p {
		margin-top: 0;
		height: 40px;
		line-height: 40px;
	}

	.yingyong .yy_ul .yy_left {
		width: 100%;
		float: none;
	}

	.yingyong .yy_ul .yy_right {
		width: 100%;
		position: relative;
		padding: 12px 10px;
	}

	.yingyong .yy_ul .yy_right p:nth-of-type(2) {
		height: 96px;
	}

	.hezuo .hz_tit span {
		font-size: 20px;
		height: 20px;
		line-height: 20px;
	}

	.hezuo .hz_ul .swiper-slide {
		padding: 5px;
	}

	.info {
		padding: 20px 0;
	}

	.info .in_left i {
		height: 20px;
	}

	.info .in_left p:nth-of-type(1) {
		font-size: 18px;
		height: auto;
		line-height: 26px;
	}

	.info .in_left .in_num {
		margin-top: 0;
	}

	.info .in_left .in_num .in_li {
		width: 50%;
		margin-top: 15px;
		margin-left: 0;
	}

	.info .in_right .in_li {
		width: 49%;
		margin-left: 2%;
	}

	.info .in_right .in_li:nth-child(odd) {
		margin-left: 0;
	}

	.news .n_span .span_a {
		width: 32%;
		margin-left: 2%;
	}

	.foot .f_left {
		width: 100%;
		float: none;
	}

	.foot .f_left i {
		height: 32px;
	}

	.foot .f_left p {
		line-height: 26px;
	}

	.foot .f_left p:nth-of-type(1) {
		margin-top: 10px;
	}

	.foot .f_right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.foot .f_right .fr_form {
		margin-top: 10px;
	}

	.foot .f_form {
		margin-top: 10px;
	}

	.foot .f_form input {
		float: none;
		margin-top: 10px;
	}

	.foot .f_form input.input1 {
		width: 100%;
	}

	.foot .f_form input.input2 {
		width: 100%;
		margin-left: 0;
	}

	.foot .f_form input.input3 {
		width: 100%;
		margin-left: 0;
	}

	.foot .f_form .foot_btn {
		width: 100%;
		float: none;
		margin-top: 10px;
	}




	#stylesubnav .xq_crumbs {
		font-size: 13px;
	}

	#stylesubnav .xq_crumbs a {
		margin: 0 5px;
	}

	.video {
		width: 96%;
		padding: 5px;
		left: 2%;
		margin-left: 0;
	}

	.video span {
		left: 50%;
		top: 100%;
		margin-left: -20px;
	}

	#px_banner {
		padding-bottom: 25%;
	}

	.px_txt p br {
		display: none;
	}

	.px_txt p:first-child {
		font-size: 22px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.sub_nav .sn_left {
		margin-top: 15px;
	}

	.sub_nav .sn_left a {
		width: calc(100%/3);
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		float: left;
		padding: 0 0;
		height: 40px;
		line-height: 40px;
	}

	.sub_nav .sn_left a:before {
		content: none;
	}


	.sub_cnav a {
		display: block;
		width: 33.33%;
		float: left;
		padding: 0 0;
		text-align: center;
		height: 42px;
		line-height: 42px;
		border-bottom: 1px solid #FFF;
	}

	.sub_title p br {
		display: none;
	}
}

/*668以下屏幕*/
@media screen and (max-width:667px) {



	#stylesubnav .xq_nav {
		display: block;
	}

	#stylesubnav .xq_nav a {
		height: 38px;
		line-height: 38px;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		padding: 0 15px;
		display: inline-block;
	}

}

/*500以下屏幕*/
@media screen and (max-width:499px) {





	.newscow_right .news_product .bd ul li {
		width: 100%;
		margin-left: 0;
	}

	.newscow_right .news_nlist ul li {
		width: 100%;
		margin-left: 0;
	}
}






/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 0;
	}

	.head {
		display: none;
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block;
	}

	.m_img .headrg {
		padding-right: 3%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block;
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000;
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 30px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%;
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 1em;
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 1em;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}

}